home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Word-Perfect 4.10 Word Processor
- ;
- Comment ("Configured For Word-Perfect 4.10")
- ; Parameters
- ;
- Sensitivity (3, 10) ; (Xinc,Yinc)
- Hysteresis (2, 2) ; (AutoX,AutoY)
- ReverseVideo (Yes) ; Displays are in reverse video
- FixedMenu (Yes) ; Fixed menu
- MenuCenter (0, 10) ; (Row,Column) of menu center
- EnableBeep (Yes) ; Beep if wrong button is pressed
- ;
- ;
- ; Cursor Definition
- ;
- ArrowKeys: Cursor
- (
- Left ([Left])
- Right ([Right])
- Up ([Up])
- Down ([Down])
- )
- ;
- ;
- ; Button Definition
- ;
- LBM: Button (Menu(Main)) ; Left button
- LBE: Button (Menu(Edit)) ; Left button
- LBB: Button (Menu(Block)) ; Left button
- LBF:Button (Menu(Files)) ; Left button
- LBMi: Button (Menu(Misc)) ; Left button
- LBMo:Button (Menu(Motion)) ;Left button
- MB: Button (Keys([Enter])) ; Middle button, Enter key
-
-
-
- RB: Button (Keys([Esc])) ; Right button, Esc key
-
- ;
- ;
- ; Menu Definition
- ;
-
- Main: Menu
- (
- Title ("Main")
- Item ("Edit Menu ", Menu(Edit),Button(LBE))
-
- Item ("Files Menu ", Menu(Files),Button(LBF))
-
- Item ("Thesaurus Menu ", Menu(Thesa),
- Keys([a-F1]))
- Item ("Spell Menu ", Menu(Spell),
- Keys([c-F2]))
- Item ("DOS Shell Menu ", Menu(Shell),
- Keys([c-F1]))
- Item ("Screen Menu ", Menu(screen),
- Keys([c-F3]))
- Item ("Miscellaneous Menu", Menu(Misc),Button(LBMi))
-
-
-
-
- Item ("Help ", Keys([F3]))
-
- Item ("Exit ", Keys([F7]))
-
- )
- ;
-
-
-
- Edit: Menu
-
- (
-
- Title ("Edit")
- Item ("Bold ", Keys([F6]))
-
- Item ("Underline ", Keys([F8]))
-
- Item ("Script Menu", Menu(Script),
-
- Keys([s-F1]))
-
- Item ("Block Menu ", Menu(Block), Button(LBB))
-
-
-
-
- Item ("Motion Menu", Menu(Motion),Button(LBMo))
-
-
- Item ("Delete ... ", Menu(Delete))
-
- Item ("Main Menu ", Menu(Main),Button(LBM))
-
-
- Item ("Exit ", Keys([F7]))
-
- )
-
-
-
- Script: Menu
-
- (
-
- Title ("Script")
-
- Item ("1. Superscript ", Keys(1))
-
- Item ("2. Subscript ", Keys(2))
-
- Item ("3. Overstrike ", Keys(3))
-
- Item ("4. Half Line Up ", Keys(4))
-
- Item ("5. Half Line Down", Keys(5))
-
- Item ("6. Adv. To Line #", Keys(6))
-
- Item ("0. Cancel ", Keys(0))
-
- )
-
-
-
- Block: Menu
-
- (
-
- Title ("Block")
-
- Item ("Mark Block ", Keys([a-F4]))
-
- Item ("Cut/Copy Block", Menu(Bmove), Keys([c-F4]))
-
-
- Item ("Move/Retrieve ", Menu(Amove), Keys([c-F4]))
-
-
- Item ("<-Search ", Keys([s-F2]))
-
- Item ("->Search ", Keys([F2]))
-
- Item ("Replace ", Keys([a-F2]))
-
- Item ("Mark Text ", Keys([a-F5]))
-
- Item ("Tab Align ", Keys([c-F6]))
-
- Item ("Center ", Keys([s-F6]))
-
- Item ("Flush Right ", Keys([a-F6]))
-
- Item ("Edit Menu ", Menu(Edit),Button(LBE))
-
- Item ("Exit ", Keys([F7]))
-
- )
-
-
-
- Motion: Menu
-
- (
-
- Title("Motion")
-
- Item("Word Left ", Keys([c-Left]))
-
- Item("Word Right ", Keys([c-Right]))
-
- Item("Page Up ", Keys([PgUp]))
-
- Item("Page Down ", Keys([PgDn]))
-
- Item("Top of Document ", Keys([Home][Home][Up]))
-
- Item("Bottom of Document", Keys([Home][Home][Down]))
-
- Item("Edit Menu", Menu(Edit),Button(LBE))
-
- )
-
-
-
- Delete: Menu
-
- (
-
- Title("Delete")
-
- Item("Delete Word ", Keys([c-Backspace]))
-
- Item("Delete to EOL", Keys([c-End]))
-
- )
-
-
-
- Files: Menu
-
- (
-
- Title ("Files")
-
- Item ("List File ", Keys([F5]))
-
- Item ("Switch ", Keys([s-F3]))
-
- Item ("Foot Note ", Keys([c-F7]))
-
- Item ("->Indent<- ", Keys([s-F4]))
-
- Item ("->Indent ", Keys([F4]))
-
- Item ("Print ", Menu(Print), Keys([s-F7]))
-
-
- Item ("Print Format", Keys([c-F8]))
-
- Item ("Line Format ", Menu(Line), Keys([s-F8]))
-
-
- Item ("Page Format ", Keys([a-F8]))
-
- Item ("Retrieve ", Keys([s-F10]))
-
- Item ("Save ", Keys([F10]))
-
- Item ("Text I/O ", Menu(Text), Keys([c-F5]))
-
-
- Item ("Main Menu ", Menu(Main),Button(LBM))
-
- Item ("Exit ", Keys([F7]))
-
- )
-
-
-
-
-
-
-
-
-
-
-
- Misc: Menu
-
-
-
- (
-
-
-
- Title ("Miscellaneous")
-
-
-
- Item ("Merge/Sort ", Keys([c-F9]))
-
-
-
- Item ("Merge End ", Keys([s-F9]))
-
-
-
- Item ("Merge Codes ", Keys([a-F9]))
-
-
-
- Item ("Merge Return", Keys([F9]))
-
-
-
- Item ("Define Macro", Keys([c-F10]))
-
-
-
- Item ("Invoke Macro", Keys([a-F10]))
-
-
-
- Item ("Reveal Codes", Keys([a-F3]))
-
-
-
- Item ("Math/Column ", Keys([a-F7]))
-
-
-
- Item ("Date ", Keys([s-F5]))
-
-
-
- Item ("Cancel ", Keys([F1]))
-
-
-
- Item ("Main Menu ", Menu(Main), Button(LBM))
-
-
-
- Item ("Exit ", Keys([F7]))
-
-
-
- )
-
-
-
-
-
-
-
- Shell: Menu
-
-
-
- (
-
-
-
- Title ("DOS Shell")
-
-
-
- Item ("1. Exit To DOS", Keys(1))
-
-
-
- Item ("0. Cancel ", Keys(0))
-
-
-
- )
-
-
-
-
-
-
-
- Spell: Menu
-
-
-
- (
-
-
-
- Title ("Spell Check")
-
-
-
- Item ("1. Word ", Keys(1))
-
-
-
- Item ("2. Page ", Keys(2))
-
-
-
- Item ("3. Document ", Keys(3))
-
-
-
- Item ("4. Change Dictionary", Keys(4))
-
-
-
- Item ("5. Look Up ", Keys(5))
-
-
-
- Item ("6. Count ", Keys(6))
-
-
-
- Item ("0. Cancel ", Keys(0))
-
-
-
- )
-
-
-
-
-
-
-
- Thesa: Menu
-
-
-
- (
-
-
-
- Title ("Thesaurus")
-
-
-
- Item ("1. Replace Word ", Keys(1))
-
-
-
- Item ("2. View Document", Keys(2))
-
-
-
- Item ("3. Look Up Word ", Keys(3))
-
-
-
- Item ("4. Clear Column ", Keys(4))
-
-
-
- Item ("0. Cancel ", Keys(0))
-
-
-
- )
-
-
-
-
-
-
-
- Screen: Menu
-
-
-
- (
-
-
-
- Title ("Screen Display")
-
-
-
- Item ("1. Window ", Keys(1))
-
-
-
- Item ("2. Line Draw ", Keys(2))
-
-
-
- Item ("3. Ctrl/Alt Keys", Keys(3))
-
-
-
- Item ("4. Color ", Keys(4))
-
-
-
- Item ("5. Auto Rewrite ", Keys(5))
-
-
-
- Item ("0. Rewrite ", Keys(0))
-
-
-
- Item ("0. Cancel ", Keys(0))
-
-
-
- )
-
-
-
-
-
-
-
-
-
-
-
- Bmove: Menu
-
-
-
- (
-
-
-
- Title ("Cut/Copy Block")
-
-
-
- Item ("1. Cut Block ", Keys(1))
-
-
-
- Item ("2. Copy Block ", Keys(2))
-
-
-
- Item ("3. Append Block ", Keys(3))
-
-
-
- Item ("4. Cut/Copy Column ", Keys(4))
-
-
-
- Item ("5. Cut/Copy Retangle", Keys(5))
-
-
-
- Item ("0. Cancel ", Keys(0))
-
-
-
- )
-
-
-
- Amove: Menu
-
-
-
- (
-
-
-
- Title ("Move/Retrieve")
-
-
-
- Item ("1. Move Sentence ", Keys(1))
-
-
-
- Item ("2. Move Paragraph ", Keys(2))
-
-
-
- Item ("3. Move Page ", Keys(3))
-
-
-
- Item ("4. Retrieve Column ", Keys(4))
-
-
-
- Item ("5. Retrieve Text ", Keys(5))
-
-
-
- Item ("6. Retrieve Rectangle", Keys(6))
-
-
-
- Item ("0. Cancel ", Keys(0))
-
-
-
- )
-
-
-
-
-
-
-
- Print: Menu
-
-
-
- (
-
-
-
- Title ("Print")
-
-
-
- Item ("1. Full Text ", Keys(1))
-
-
-
- Item ("2. Page ", Keys(2))
-
-
-
- Item ("3. Change Option ", Keys(3))
-
-
-
- Item ("4. Printer Control", Keys(4))
-
-
-
- Item ("5. Type Through ", Keys(5))
-
-
-
- Item ("0. Cancel ", Keys(0))
-
-
-
- )
-
-
-
-
-
-
-
- Text: Menu
-
-
-
- (
-
-
-
- Title ("Current Document")
-
-
-
- Item ("1. Save as ASCII File ", Keys(1))
-
-
-
- Item ("2. Retrieve an ASCII File ", Keys(2))
-
-
-
- Item ("3. Lock And Save File ", Keys(3))
-
-
-
- Item ("4. Unlock And Retrieve File", Keys(4))
-
-
-
- Item ("0. Cancel ", Keys(0))
-
-
-
- )
-
-
-
-
-
-
-
- Line: Menu
-
-
-
- (
-
-
-
- Title ("Line Format")
-
-
-
- Item ("1. Tabs ", Keys(1))
-
-
-
- Item ("2. Expanded Tabs ", Keys(2))
-
-
-
- Item ("3. Margins ", Keys(3))
-
-
-
- Item ("4. Spacing ", Keys(4))
-
-
-
- Item ("5. Hyphenation ", Keys(5))
-
-
-
- Item ("6. Align Character", Keys(6))
-
-
-
- Item ("0. Cancel ", Keys(0))
-
-
-
- )
-
-
-
- ;
-
-
-
- ; Mouse Definition
-
-
-
- ;
-
-
-
-
-
-
-
- Mouse
-
-
-
- (
-
-
-
- Left (LBM) ; Left Button, Main Menu
-
-
-
- Middle (MB) ; Middle Button, Enter key
-
-
-
- Right (RB) ; Right Button, Esc key
-
-
-
- Cursor (ArrowKeys) ; Cursors
-
-
-
- )
-
-